	.listf{font:Georgia, "Times New Roman", Times, serif;font-size:14px;width:350px;display:block;overflow:hidden;word-break:keep-all;white-space:nowrap;text-overflow:ellipsis;}/*清除移动端默认的 点击高量效果*/	 *,	 ::before,	 ::after{-webkit-tap-highlight-color:transparent;	 	/*设置所有的都是以边框开始计算宽度 百分比*/	   -webkit-box-sizing:border-box;	   box-sizing:border-box;	 }	 body{	 	/*设备字体*/	 	font-size: 14px;	 	font-family: "MicroSoft YaHei",san-serif;	 	color: #333;	 }	 a{	 	text-decoration: none !important;	 }	 a:hover{		 /*color:#333333 !important;*/	 }	 input{	 	border:none;	 	outline: none;	 	/*清除移动端默认的表单样式*/	 	-webkit-appearance:none;	 }	 .f_left{	 	float: left;	 }	 .f-right{	 	float: right;	 }	 /*公用的*/	 .clearfix::before,	 .clearfix::after{	 	content: "";	 	height: 0;	 	line-height: 0;	 	display: block;	 	visibility: hidden;	 	clear: both;	 }	 *{margin: 0;padding: 0;}	 a{	 	text-decoration: none;	 	color: #333333;	 }	 ol,ul,li{	 	list-style: none;	 	}	textarea{resize:none;}/*禁止改变大小*/	/*解决firefox按钮文字难以垂直居中问题*/	input[type="reset"]::-moz-focus-inner,	input[type="button"]::-moz-focus-inner,	input[type="submit"]::-moz-focus-inner,	input[type="file"] > input[type="button"]::-moz-focus-inner{		border:none;padding:0;	}	.main *:focus{		outline :none;	}
